From 0f69aa9f1b77f21ae0573e170a0ce3b174cb26f0 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 8 Jul 2025 01:36:36 +0200 Subject: [PATCH] luci-app-unbound: remove unnecessary permissions They're taken care of implicitly by ubus rc init. Plus they contained an erroneous colon. Signed-off-by: Paul Donald --- .../root/usr/share/rpcd/acl.d/luci-app-unbound.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json b/applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json index eb8444f080..36c62665e8 100644 --- a/applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json +++ b/applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json @@ -8,8 +8,6 @@ "/tmp/resolv.conf.auto": ["read"], "/tmp/resolv.conf.d/*": ["read"], "/var/lib/unbound/*": ["read"], - "/etc/init.d/unbound stop:": ["exec"], - "/etc/init.d/unbound restart:": ["exec"], "/sbin/logread -e unbound:": ["exec"], "/usr/sbin/unbound-control -c /var/lib/unbound/unbound.conf stats_noreset": ["exec"], "/usr/sbin/unbound-control -c /var/lib/unbound/unbound.conf list_local_data": ["exec"], -- 2.30.2